-
Notifications
You must be signed in to change notification settings - Fork 534
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refurbished the app and added Navbar, Fixed bugs in Itemcarts #7
Open
Manoranjan31
wants to merge
2
commits into
Tarikul711:master
Choose a base branch
from
Manoranjan31:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Changes to be committed: modified: .gitignore modified: .metadata new file: .vscode/settings.json modified: README.md new file: analysis_options.yaml modified: android/.gitignore modified: android/app/build.gradle modified: android/app/src/debug/AndroidManifest.xml modified: android/app/src/main/AndroidManifest.xml deleted: android/app/src/main/kotlin/com/example/flutter_app/MainActivity.kt new file: android/app/src/main/kotlin/com/example/flutter_food_delivery_app_ui/MainActivity.kt new file: android/app/src/main/res/drawable-v21/launch_background.xml new file: android/app/src/main/res/values-night/styles.xml modified: android/app/src/main/res/values/styles.xml modified: android/app/src/profile/AndroidManifest.xml modified: android/build.gradle modified: android/gradle.properties modified: android/gradle/wrapper/gradle-wrapper.properties modified: android/settings.gradle modified: ios/.gitignore modified: ios/Flutter/AppFrameworkInfo.plist modified: ios/Runner.xcodeproj/project.pbxproj modified: ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file: ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file: ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings modified: ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme new file: ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file: ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings modified: ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png modified: ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png modified: ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png modified: ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png modified: ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png modified: ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png modified: ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png modified: ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png modified: ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png modified: ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png modified: ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png modified: ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png modified: ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png modified: ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png modified: ios/Runner/Info.plist modified: ios/Runner/Runner-Bridging-Header.h new file: ios/RunnerTests/RunnerTests.swift modified: lib/animation/RotationRoute.dart modified: lib/animation/ScaleRoute.dart modified: lib/main.dart new file: lib/model/SelectedIndex.dart new file: lib/pages/AccountsPage.dart modified: lib/pages/FoodDetailsPage.dart modified: lib/pages/FoodOrderPage.dart modified: lib/pages/HomePage.dart new file: lib/pages/NearbyScreen.dart modified: lib/pages/SignInPage.dart modified: lib/pages/SignUpPage.dart modified: lib/widgets/BestFoodWidget.dart modified: lib/widgets/BottomNavBarWidget.dart modified: lib/widgets/FoodDetailsSlider.dart modified: lib/widgets/PopularFoodsWidget.dart modified: lib/widgets/TopMenus.dart new file: linux/.gitignore new file: linux/CMakeLists.txt new file: linux/flutter/CMakeLists.txt new file: linux/flutter/generated_plugin_registrant.cc new file: linux/flutter/generated_plugin_registrant.h new file: linux/flutter/generated_plugins.cmake new file: linux/main.cc new file: linux/my_application.cc new file: linux/my_application.h new file: macos/.gitignore new file: macos/Flutter/Flutter-Debug.xcconfig new file: macos/Flutter/Flutter-Release.xcconfig new file: macos/Flutter/GeneratedPluginRegistrant.swift new file: macos/Runner.xcodeproj/project.pbxproj new file: macos/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file: macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme new file: macos/Runner.xcworkspace/contents.xcworkspacedata new file: macos/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file: macos/Runner/AppDelegate.swift new file: macos/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json new file: macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_1024.png new file: macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_128.png new file: macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_16.png new file: macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_256.png new file: macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_32.png new file: macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_512.png new file: macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_64.png new file: macos/Runner/Base.lproj/MainMenu.xib new file: macos/Runner/Configs/AppInfo.xcconfig new file: macos/Runner/Configs/Debug.xcconfig new file: macos/Runner/Configs/Release.xcconfig new file: macos/Runner/Configs/Warnings.xcconfig new file: macos/Runner/DebugProfile.entitlements new file: macos/Runner/Info.plist new file: macos/Runner/MainFlutterWindow.swift new file: macos/Runner/Release.entitlements new file: macos/RunnerTests/RunnerTests.swift modified: pubspec.lock modified: pubspec.yaml modified: test/widget_test.dart new file: web/favicon.png new file: web/icons/Icon-192.png new file: web/icons/Icon-512.png new file: web/icons/Icon-maskable-192.png new file: web/icons/Icon-maskable-512.png new file: web/index.html new file: web/manifest.json new file: windows/.gitignore new file: windows/CMakeLists.txt new file: windows/flutter/CMakeLists.txt new file: windows/flutter/generated_plugin_registrant.cc new file: windows/flutter/generated_plugin_registrant.h new file: windows/flutter/generated_plugins.cmake new file: windows/runner/CMakeLists.txt new file: windows/runner/Runner.rc new file: windows/runner/flutter_window.cpp new file: windows/runner/flutter_window.h new file: windows/runner/main.cpp new file: windows/runner/resource.h new file: windows/runner/resources/app_icon.ico new file: windows/runner/runner.exe.manifest new file: windows/runner/utils.cpp new file: windows/runner/utils.h new file: windows/runner/win32_window.cpp new file: windows/runner/win32_window.h
Changes to be committed: modified: lib/pages/FoodOrderPage.dart
Abdurrehman4u
approved these changes
May 8, 2024
thanks
Le mer. 8 mai 2024 à 19:37, Mohammad Abdur Rehman ***@***.***>
a écrit :
… ***@***.**** approved this pull request.
—
Reply to this email directly, view it on GitHub
<#7 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASIZEEWO7GTU6X23XDO4Y2DZBJPGJAVCNFSM6AAAAABHHUZB7WVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDANBWGI3DSOBQGU>
.
You are receiving this because you are subscribed to this thread.Message
ID: <Tarikul711/flutter-food-delivery-app-ui/pull/7/review/2046269805@
github.com>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello @Tarikul711 , i have made minor changes to the app and refurbished itself with the new version to support null safety and stuffs. If you like this work we can make further updates in the app together